home *** CD-ROM | disk | FTP | other *** search
- Const DB_VSO_APPID = "VSO"
- Const DB_MPF_APPID = "MPF"
- Const DB_MPS_APPID = "MPS"
- Const DB_MYS_APPID = "MYS"
- Const DB_MSK_APPID = "MSK"
-
- Const DB_APPID = "AppId"
- Const DB_TABIMAGE = "TabImage"
- Const DB_SELTABIMAGE = "SelTabImage"
- Const DB_TABTEXT = "TabText"
- Const DB_HOMEPAGE = "HomePage"
- Const DB_HELP = "Help"
- Const DB_CONTENT = "content"
- Const DB_DEF_SECNEWS = "DefaultSecurityNews"
- Const DB_APPNAME = "AppName"
-
- Const AGENT_HELP = "Agent.chm"
-
- Const DB_REGKEY_AGENT_STR = "HKLM\Software\McAfee.com\Agent"
- Const DB_REGKEY_LINK_STR = "HKLM\Software\McAfee.com\Agent\Links"
- Const DB_REGKEY_UPDATE_STR = "HKLM\Software\McAfee.com\Agent\Update"
-
- Const DB_REGKEY_VSO_STR = "HKLM\Software\McAfee.com\VirusScan Online"
- Const DB_REGKEY_MPF_STR = "HKLM\Software\McAfee.com\Personal Firewall"
- Const DB_REGKEY_MPS_STR = "HKLM\Software\McAfee.com\Privacy Service"
- Const DB_REGKEY_MSK_STR = "HKLM\Software\McAfee.com\SpamKiller"
-
- '4.0 Application Update installation page URLs
- Const LINK_UPDATE_VSO_URL = "UpdateVSOUrl"
- Const LINK_UPDATE_MPF_URL = "UpdateMPFUrl"
- Const LINK_UPDATE_MPS_URL = "UpdateMPSUrl"
- Const LINK_UPDATE_MPFPLUS_URL = "UpdateMPFPlusUrl"
- Const LINK_UPDATE_MSK_URL = "UpdateMSKUrl"
- Const LINK_ALERT_PING_URL = "AlertPingURL"
-
- Const CLSID_LIC = "{27CDC360-101B-48ff-96F0-8580AD849AAD}"
-
- Const CLSID_CoMCAppHelper = "{D2D8D3C0-C750-4703-A6AD-75D6B578FFE6}"
- Const CLSID_CoMCShell = "{CA145D71-4BCB-461D-BCBE-C01C42867380}"
- Const CLSID_CoMCInstaller = "{36C417C6-13C6-448B-9784-DD73A93B0582}"
- Const CLSID_CoMCOS = "{4ED9DDF0-7479-4BBE-9335-5A1EDB1D8A21}"
- Const CLSID_CoMCFileSystem = "{5940894F-4BA9-4FAC-ACFD-2F56F7CE0E3B}"
- Const CLSID_CoMCRegistry = "{4C29D864-C55A-46DD-865C-17A1B7CC1A1A}"
-
- Const CLSID_CoMCSecurityIndex = "{9ECF572B-8638-4FEB-BBAC-D6A9631B4D98}"
- Const CLSID_MCAgent = "{C7E39D60-7A9F-42bf-ABB1-03DC0FA4F493}"
-
- 'Color schemes and corner images for Title rows in all pages
- Const DB_NOTINSTALLED_BGCLR_STR = "#FFEBEB"
- Const DB_NOTINSTALLED_BORDERCLR_STR = "#F3D7D7"
-
- Const DB_ENABLED_BGCLR_STR = "#E2FFDE"
- Const DB_ENABLED_BORDERCLR_STR = "#97E3A2"
-
- Const DB_DISABLED_BGCLR_STR = "#F6F7E5"
- Const DB_DISABLED_BORDERCLR_STR = "#E3E3D7"
-
- Const DB_NOTINSTALLED_LTIMG_STR = "images\White_Pink_lt_corner.gif"
- Const DB_NOTINSTALLED_LBIMG_STR = "images\White_Pink_lb_corner.gif"
- Const DB_NOTINSTALLED_RTIMG_STR = "images\White_Pink_rt_corner.gif"
- Const DB_NOTINSTALLED_RBIMG_STR = "images\White_Pink_rb_corner.gif"
-
- Const DB_ENABLED_LTIMG_STR = "images\White_Green_lt_corner.gif"
- Const DB_ENABLED_LBIMG_STR = "images\White_Green_lb_corner.gif"
- Const DB_ENABLED_RTIMG_STR = "images\White_Green_rt_corner.gif"
- Const DB_ENABLED_RBIMG_STR = "images\White_Green_rb_corner.gif"
-
- Const DB_DISABLED_LTIMG_STR = "images\White_Yellow_lt_corner_tran.gif"
- Const DB_DISABLED_LBIMG_STR = "images\White_Yellow_lb_corner_tran.gif"
- Const DB_DISABLED_RTIMG_STR = "images\White_Yellow_rt_corner_tran.gif"
- Const DB_DISABLED_RBIMG_STR = "images\White_Yellow_rb_corner_tran.gif"
-
- Const DB_NOT_INSTALLED_STRTLT_STR = "images\signal_rd.gif"
- Const DB_ENABLED_STRTLT_STR = "images\signal_gr.gif"
- Const DB_DISABLED_STRTLT_STR = "images\signal_yellow.gif"
-
- Const DB_NO_PROD_INSTALLED = 0
- Const DB_PROD_ENABLED = 1
- Const DB_PROD_DISABLED = 2
-
-
- Const LINK_RENEW_VSO_URL = "VSO_RenewalUrl"
- Const LINK_RENEW_MPF_URL = "MPF_RenewalUrl"
- Const LINK_RENEW_MPS_URL = "MPS_RenewalUrl"
- Const LINK_RENEW_MSK_URL = "MSK_RenewalUrl"
-